projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eb4a6f6
)
Fix Makefile
author
justbur
<justin@burkett.cc>
Wed, 27 Jul 2016 13:22:38 +0000
(09:22 -0400)
committer
justbur
<justin@burkett.cc>
Wed, 27 Jul 2016 13:22:38 +0000
(09:22 -0400)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 34574e360252cf3fd051217574b70664dab72228..facb1f80b4b121c2275c71f04031bfa9e91493cf 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-15,4
+15,5
@@
test: elpa
elpa: $(ELPA_DIR)
$(ELPA_DIR): Cask
$(CASK) install
+ mkdir -p $(ELPA_DIR)
touch $@